docs: Fix some old live.gnome.org URLs
authorDavid King <amigadave@amigadave.com>
Tue, 8 Apr 2014 15:42:36 +0000 (16:42 +0100)
committerDavid King <amigadave@amigadave.com>
Fri, 9 Jan 2015 14:08:20 +0000 (14:08 +0000)
HACKING
README.win32
build/win32/vs10/README.txt
build/win32/vs9/README.txt
docs/reference/gtk/building.sgml
docs/reference/gtk/osx.sgml
docs/reference/gtk/windows.sgml
gtk/gtkmenutracker.c

diff --git a/HACKING b/HACKING
index 8b6c207b81e7ea24af5c85797d65cdf9c486196e..4b20c6b8953e2d1ea35acf64101aaf1513c5f77c 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -17,7 +17,7 @@ can be found here:
 
 Information about using git with GNOME can be found here:
 
-        http://live.gnome.org/Git
+        https://wiki.gnome.org/Git
 
 In order to get GIT GTK+ installed on your system, you need to have
 the most recent GIT versions of GLib, Pango, and ATK installed as well.
index 42ca66f26331486fb46829105f7aa68af3165db7..08779db4777a9c006c73dae87bc8387916088ac2 100644 (file)
@@ -166,7 +166,7 @@ Please refer to the following GNOME Live! page for a more detailed ouline
 on the process of building the GTK+ stack and its dependencies with Visual\r
 C++:\r
 \r
-https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack\r
+https://wiki.gnome.org/Projects/GTK+/Win32/MSVCCompilationOfGTKStack\r
 \r
 Alternative 1 also generates Microsoft import libraries (.lib), if you\r
 have lib.exe available. It might also work for cross-compilation from\r
index ec1a305d51d0e8984e02f614e85284750ea099e4..3ccb1872193a79664394ec19565922d92509989e 100644 (file)
@@ -5,7 +5,7 @@ the use of the library.
 A more detailed outline for instructions on building the GTK+ with Visual\r
 C++ can be found in the following GNOME Live! page:\r
 \r
-https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack\r
+https://wiki.gnome.org/Projects/GTK+/Win32/MSVCCompilationOfGTKStack\r
 \r
 This VS10 solution and the projects it includes are intented to be used\r
 in a GTK+ source tree unpacked from a tarball. In a git checkout you\r
index fe35ea3ddae10c154084d5ea68914b1f69652d60..974f1381eb924c69b6e62998fc2bf5302d6c7cbb 100644 (file)
@@ -5,7 +5,7 @@ the use of the library.
 A more detailed outline for instructions on building the GTK+ with Visual\r
 C++ can be found in the following GNOME Live! page:\r
 \r
-https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack\r
+https://wiki.gnome.org/Projects/GTK+/Win32/MSVCCompilationOfGTKStack\r
 \r
 This VS9 solution and the projects it includes are intented to be used\r
 in a GTK+ source tree unpacked from a tarball. In a git checkout you\r
index a1cd619c0adb788db1213d483105f00e01c9190b..a253596a23b2844b5467266eb0c3353a12290038 100644 (file)
@@ -202,7 +202,7 @@ How to compile GTK+ itself
       </listitem>
       <listitem>
         <para>
-          <ulink url="http://live.gnome.org/GObjectIntrospection">Gobject Introspection</ulink>
+          <ulink url="https://wiki.gnome.org/Projects/GObjectIntrospection">Gobject Introspection</ulink>
           is a framework for making introspection data available to
           language bindings. It is available
           <ulink url="http://download.gnome.org/sources/gobject-introspection/">here</ulink>.
index 41c6d87b4124e152b280c5a7e9a476ce8153a3db..25be23bb06e36057d6d84715197d3e8ccd4e2c95 100644 (file)
@@ -31,7 +31,7 @@ or environment variables.
 
 <para>
 For up-to-date information about the current status of this port, see the
-<ulink url="http://live.gnome.org/GTK+/OSX">project page</ulink>.
+<ulink url="https://wiki.gnome.org/Projects/GTK+/OSX">project page</ulink>.
 </para>
 
 </refsect1>
index bea2fbe0849f14a7e5ca128071eac92fc0c52bb7..f779b86d8a7b14819725d418ea8c42bff4bd3b93 100644 (file)
@@ -110,7 +110,7 @@ in 256 color mode.
 <para>
 More information about GTK+ on Windows, including detailed build
 instructions, binary downloads, etc, can be found
-<ulink url="http://live.gnome.org/GTK+/Win32">online</ulink>.
+<ulink url="https://wiki.gnome.org/Projects/GTK+/Win32">online</ulink>.
 </para>
 
 </refsect1>
index ae2e7f8e8c20a5ea4d1f05386569dc1e5116c215..c7125b77bc8128b060033a8d9091d59b7706c8c2 100644 (file)
@@ -46,7 +46,7 @@
  *
  * Certain properties on the #GtkMenuTrackerItem are mutable, and you must
  * listen for changes in the item. For more details, see the documentation
- * for #GtkMenuTrackerItem along with https://live.gnome.org/GApplication/GMenuModel.
+ * for #GtkMenuTrackerItem along with https://wiki.gnome.org/Projects/GLib/GApplication/GMenuModel.
  *
  * The idea of @with_separators is for special cases where menu models may
  * be tracked in places where separators are not available, like in toplevel